bitkeeper revision 1.1159.76.7 (414943d995lSOCWl4nPAANqK9VI2ZQ)
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Thu, 16 Sep 2004 07:42:17 +0000 (07:42 +0000)
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Thu, 16 Sep 2004 07:42:17 +0000 (07:42 +0000)
Use correct rx call for NAPI in the net frontend.

linux-2.6.8.1-xen-sparse/drivers/xen/netfront/netfront.c

index 44aa8e9ddefde742b9ccce091b699bf68cf87f3d..1c06463e953cef83ea7e9533fe2869693ce2c745 100644 (file)
@@ -530,7 +530,7 @@ static int netif_poll(struct net_device *dev, int *pbudget)
         skb->protocol = eth_type_trans(skb, dev);
 
         /* Pass it up. */
-        netif_rx(skb);
+        netif_receive_skb(skb);
         dev->last_rx = jiffies;
     }